projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c731d3
)
(TAGS): Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 8 May 1997 20:49:36 +0000
(20:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 8 May 1997 20:49:36 +0000
(20:49 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 9bf0012a6f2d73e60c8ad22df944538e9f5df419..abf0ecf595f80856db8a1a6fb8404a4cb6881f8e 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-1124,7
+1124,7
@@
relock:
which includes ../lisp/TAGS by reference. */
ctagsfiles = [a-zA-Z]*.[hc]
lisptagsfiles = ../lisp/[a-zA-Z]*.el
-TAGS: $(srcir)/$(ctagsfiles)
+TAGS: $(src
d
ir)/$(ctagsfiles)
export DIR; DIR=`pwd`; cd ${srcdir}; \
$$DIR/../lib-src/etags --include=../lisp/TAGS \
--regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)